From: Glenn Morris Date: Tue, 5 Dec 2006 05:26:08 +0000 (+0000) Subject: (vhdl-mode-abbrev-table-init): Do not clear abbrev table, else saved X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31687 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3852e553401bf011ce417d01f7995fe81da9641e;p=emacs.git (vhdl-mode-abbrev-table-init): Do not clear abbrev table, else saved abbrevs will not be restored. --- diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 34273ccf108..3bf4227a82f 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -2893,7 +2893,6 @@ STRING are replaced by `-' and substrings are converted to lower case." (defun vhdl-mode-abbrev-table-init () "Initialize `vhdl-mode-abbrev-table'." - (when vhdl-mode-abbrev-table (clear-abbrev-table vhdl-mode-abbrev-table)) (define-abbrev-table 'vhdl-mode-abbrev-table (append (when (memq 'vhdl vhdl-electric-keywords)